Table of content



/customer/{id}

Mapping URL: /customer/{id}

Description: get the customer entity with the appended id

Microservice: EmployeeService


Methods

/customer/{id}

/customer/{id}

Mapping URL: /customer/{id}

Description: CustomerService

Name: findCustomerById(id)

Request Method: GET

Service Interface: /customer/{id}

Service Entity: Customer



EmployeeService inside the microservice architecture

Microservices

3.1 AirplaneService3.2 AirportService3.3 CargoService3.4 CountryService3.5 EmployeeService3.6 LuggageService
3.7 PassengerBookingService


Table of content